body,div,dl,dt,dd,ul,ol,li,h1,
h2,h3,h4,h5,h6,pre,code,form,
fieldset,legend,input,textarea,
p,blockquote,th,td,img,a {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	border: 0;
	text-align: center; /* IE */
	color: #222;
	background: url('/conferences/2015/summit/images/background-pattern.jpg');
	background-size: 60px 60px;
	margin: 0;
}
h1 {
	font-family: 'FuturaPTWebLight', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 48px;
	color: #660066;
	margin: 0.25em 0 1em 0;
	opacity: 0.66;
}
h2 {
	color: #660066;
	font-weight: normal;
}
h3 {
	font-family: 'FuturaPTWebLight', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	color: #660066;
	margin: 1.25em 0;
	opacity: 0.66;
}
h4 {
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
	margin: 1.5em 0;
}
h5 {
	font-weight: bold;
	font-size: 13px;
}
#header h2 {
	float: left;
	margin-left: -2px;
	margin-top: 2px;
}
#header h2 a {
	border: 0;
	color: #660066;
	font-family: 'FuturaPTWebBook', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
}
#header h2 a .twenty-second-annual {
	letter-spacing: 0.16em;
	padding-left: 2px;
	margin-bottom: 2px;
}
#header h2 a .women-in-technology {
	letter-spacing: 0.195em;
	padding-left: 2px;
}
#header h2 a .summit {
	opacity: 0.33;
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-size: 70px;
	font-weight: normal;
	line-height: 68px;
}
h3.small {
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
h4.small {
	font-family: 'FuturaPTWebBook', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h5.small {
	font-family: 'FuturaPTWebBook', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	color: #777;
	margin: 0.25em auto 1.5em auto;
}
h3.top { margin-top: 0.5em; }
h5.title { font-weight: normal; font-size: 15px; line-height: 21px; margin-bottom: 20px; }
#container {
	/* width: 993px; */
	text-align: left;
	vertical-align: top;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	border: 0;
	margin: 100px 0 45px 0;
	padding: 0;
	width: 960px;
	height: 120px;
}
#header-global-navigation-wrapper {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #660066 /* fallback */;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#440044), to(#660066)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #440044, #660066); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #440044, #660066); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #440044, #660066); /* IE 10 */
	background: -o-linear-gradient(top, #440044, #660066); /* Opera 11.10+ */
	background-repeat: repeat-x;
	z-index: 100000;
}
#header-global-navigation {
	width: 960px;
	margin: 0 auto;
}
#header-global-navigation .logo {
	height: 45px;
	margin: 12px 0 28px -3px;
	display: inline-block;
	float: left;
}
#header-global-navigation .logo.hide {
	display: none;
}
#header-global-navigation ul {
	float: right;
	margin: 14px 0 26px 0;
}
#header-global-navigation ul.sticky {
	float: left;
	width: 960px;
}
#header-global-navigation ul li {
	display: inline-block;
	color: #FFF;
	font-family: 'FuturaPTWebBook', Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 42px;
	text-transform: uppercase;
	margin-right: 10px;
}
#header-global-navigation ul li:before {
	content: '■';
	padding-right: 12px;
	opacity: 0.4;
}
#header-global-navigation ul li.first-sticky {
	display: none;
	line-height: 42px;
}
#header-global-navigation ul li.first-sticky a {
	border: 0;
	color: #FFF;
}
#header-global-navigation ul li.first-sticky:before {
	content: '';
	padding-right: 0;
}
#header-global-navigation ul li.first-sticky.show {
	display: inline-block;
}
#header-global-navigation ul li.first:before, #header-global-navigation ul li.last:before {
	content: '';
	padding-right: 0;
}
#header-global-navigation ul li.first.sticky:before {
	content: '■';
	padding-right: 12px;
	opacity: 0.4;
}
#header-global-navigation ul li.last {
	margin-right: 0;
	margin-left: 18px;
	line-height: inherit;
	/* float: right; */
}
#header-global-navigation ul li.last.sticky {
	float: right;
}
#header-global-navigation ul.sticky li.hotel {
	display: none;
}
#header-global-links {
	padding: 10px 0 0 13px;
	vertical-align: top;
	width: 726px;
	float: left;
	color: #FFF;
}
#header-global-links a { border: 0; color: #FFF; font-weight: bold; }
#header-global-links a:hover { font-weight: bold; border-bottom: 1px dotted #FFF; color: #FFF; }
#header-member-login {
	vertical-align: top;
	float: right;
	padding: 8px 13px 8px 0;
	width: 128px;
}
#header-summit-title {
	float: left;
	display: inline-block;
}
#header-summit-featured-sponsors {
	float: right;
	display: inline-block;
}
#header-summit-featured-sponsors p a {
	/* font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif; */
	font-family: 'FuturaPTWebBook', Arial, Helvetica, sans-serif;
	font-size: 17px;
	border: 0;
	color: #777;
    text-transform: uppercase;
}
#header-summit-featured-sponsors p a:hover {
    color: #660066;
    opacity: 0.66;
}
#header-summit-featured-sponsors p a:hover {
	color: #660066;
}
#header-summit-featured-sponsors-title {
	float: left;
	display: inline-block;
	height: 80px;
	margin-right: -2px;
}
#header-summit-featured-sponsors-logos {
	float: right;
	display: inline-block;
	width: 218px;
	height: 72px;
	text-align: center;
}
#header-summit-featured-sponsors-title p {
	display: inline-block;
	margin: 28px 0 0 0;
	font-size: 16px;
	color: #777;
}
ul#header-summit-featured-sponsors-logos {
	display: inline-block;
	line-height: 0;
	list-style-type: none;
}
ul#header-summit-featured-sponsors-logos li {
	display: none;
	overflow: hidden;
}
ul#header-summit-featured-sponsors-logos li img {
	width: 150px;
	margin: 0 36px 0 32px;
	text-align: center;
	-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
ul#header-summit-featured-sponsors-logos li img:hover {
	opacity: 0.66;
}
#header-summit-featured-sponsors .rate-card-quick-link {
	display: block;
    text-align: center;
    position: relative;
}
#header-summit-featured-sponsors .rate-card-quick-link a {
	font-size: 15px;
    position: absolute;
    top: 70px;
    left: 155px;
    right: 0;
}
#header-logo {
	padding: 30px 0 0 35px;
}
#header-title {
	padding: 65px 0 0 35px;
}
#header-summit-navigation {
	width: 960px;
	clear: both;
	padding-top: 12px;
}
#header-summit-navigation ul {
	list-style-type: none;
	margin-left: 0px;
}
#header-summit-navigation ul li {
	display: inline-block;
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-size: 17px;
}
#header-summit-navigation ul li.first:before {
	content: '';
	padding-right: 0;
}
#header-summit-navigation ul li.last {
	margin-right: 0;
}
#header-summit-navigation ul li:before {
	content: '■';
	padding-right: 12px;
	opacity: 0.25;
	color: #660066;
	opacity: 0.33;
}
#header-summit-navigation ul li a {
	border: 0;
	color: #777;
	text-transform: uppercase;
	margin-right: 10px;
}
#header-summit-navigation ul li a:hover {
	color: #660066;
	opacity: 0.66;
}
#header-summit-navigation ul li.last a {
	margin-right: 0;
}
.featured-content-container {
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow:  0px 0px 10px #999;
}
.featured-content {
	display: table;
	overflow: hidden;
	width: 960;
	height: 300px;
	margin: 0 0 40px 0;
	background-color: #222;
}
.featured-content-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 720px;
	height: 220px;
	padding: 40px 120px;
}
.featured-content h1 {
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: inherit;
	color: #FFF;
	text-align: center;
	opacity: 1;
	margin: 0;
}
.featured-content p {
	font-family: 'FuturaPTWebLight', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #FFF;
	text-align: center;
}
.featured-content a {
	margin: 0 auto;
	border: 0;
	color: #FFF;
}
.featured-content a:hover {
	border: 0;
	color: #FFF;
}
.featured-content a.box-white:hover, .featured-content a.box-white:active {
	color: #222;
}
.featured-content.executive-auction {
	background-image: url('/conferences/2016/summit/images/executive-auction.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.featured-content.executive-auction p { padding: 0 3em; }
.featured-content.live-video-stream {
	background-image: url('/conferences/2016/summit/images/live-video-stream2.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.featured-content.live-video-stream p { padding: 0 3em; }
.featured-content.patricia-arquette {
	background-image: url('/conferences/2016/summit/images/patricia-arquette-keynote3.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.featured-content.patricia-arquette p { padding: 0 3em; }
.featured-content.coaching-track {
	background-image: url('/conferences/2016/summit/images/coaching-track.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.featured-content.sunday {
	background-image: url('/conferences/2016/summit/images/community-and-brand-building.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.featured-content.monday {
	background-image: url('/conferences/2016/summit/images/innovation-and-technology.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.featured-content.tuesday {
	background-image: url('/conferences/2016/summit/images/leadership-and-influence.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.slick-slider-panel { display: none; }
.slick-slider.featured-content-sv15 { margin-bottom: 40px; }
.slick-slider.featured-content-sv15 .featured-content { width: 960px; height: 300px; margin-top: 0; margin-bottom: 0; border: 0; overflow: hidden; }
.slick-slider.featured-content-sv15 .slick-prev, .slick-slider.featured-content-sv15 .slick-next { margin-top: -20px; margin-bottom: 0; height: 40px; }
.slick-slider.featured-content-sv15 .slick-prev { left: 32px; }
.slick-slider.featured-content-sv15 .slick-next { right: 40px; }
.slick-slider.featured-content-sv15 .slick-prev:before, .slick-slider.featured-content-sv15 .slick-next:before { font-family: 'FuturaPTWebLight', Arial, Helvetica, sans-serif; font-size: 100px; line-height: 0; font-weight: normal; color: #FFF; opacity: 0.5; }
.slick-slider.featured-content-sv15 .slick-prev:hover:before, .slick-slider.featured-content-sv15 .slick-next:hover:before { opacity: 1; }
.slick-slider.featured-content-sv15 .slick-prev:before { content: '‹'; }
.slick-slider.featured-content-sv15 .slick-next:before { content: '›'; }
.slick-slider.featured-content-sv15 .slick-dots { bottom: 25px; }
.slick-slider.featured-content-sv15 .slick-dots li button { width: 20px; height: 20px; }
.slick-slider.featured-content-sv15 .slick-dots li button:before { content: '■'; width: 20px; height: 20px; opacity: 0.5; font-size: 17px; }
.slick-slider.featured-content-sv15 .slick-dots li button:before, .slick-dots li.slick-active button:before { color: #FFF; }
.slick-slider.featured-content-sv15 .slick-dots li button:hover:before, .slick-slider.featured-content-sv15 .slick-dots li button:focus:before, .slick-slider.featured-content-sv15 .slick-dots li.slick-active button:before { opacity: 1; }
.slick-dots li { margin: 0 !important; }
.slick-slider button { border: none !important; }
#summit-main-content {
	width: 880px;
	float: left;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow:  0px 0px 10px #999;
	margin: 0 0 40px 0;
	padding: 40px;
	background: #FFF;
	text-align: center;
}
#summit-main-content p {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	color: #777;
}
#summit-main-content .icon-wrapper {
	margin: 0 0 1em 0;
}
#summit-main-content ul.list-icons {
	list-style-type: none;
	display: inline-block;
}
#summit-main-content ul.list-icons li {
	width: 25%;
	margin: 0 4.166666%;
	padding-bottom: 40px;
	float: left;
}
#summit-main-content ul.list-icons li i {
	color: #660066;
	opacity: 0.5;
	display: inline-block;
	padding: 0.5em;
	border: solid 2px #660066;
	border-radius: 100px;
	-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
#summit-main-content ul.list-icons li:hover i {
	color: #FFF;
	background: #660066;
	border: 2px solid #660066;
}
.featured-icon {
	font-size: 16px;
}
.featured-icon i {
	color: #660066;
	opacity: 0.5;
	display: inline-block;
	padding: 0.5em;
	border: solid 2px #660066;
	border-radius: 100px;
	margin: 0 0 -0.25em 0;
}
#summit-main-content ul.list-icons li.first, #summit-main-content ul.list-icons li.fourth, #summit-main-content ul.list-icons li.seventh, #summit-main-content ul.list-icons li.tenth {
	clear: both;
}
#summit-main-content ul.list-icons li a {
	display: block;
	border: 0;
	color: #777;
}
#summit-main-content ul.list-icons-simple {
	list-style-type: none;
	display: inline-block;
}
#summit-main-content ul.list-icons-simple li {
	width: 30%;
	margin-right: 5%;
	padding-bottom: 1em;
	float: left;
}
#summit-main-content ul.list-icons-simple li:last-child {
	margin-right: 0;
}
#summit-main-content ul.list-icons-simple li i {
	color: #660066;
	opacity: 0.33;
	display: inline-block;
	padding: 1em 0 0 0;
	-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
#summit-main-content ul.list-icons-simple.top-three li {
	margin-right: 3%;
}
#summit-main-content ul.list-icons-simple.top-three li:last-child {
	width: 34%;
	margin-right: 0;
}
#summit-main-content ul.list-images {
	list-style-type: none;
}
#summit-main-content ul.list-images li {
	margin-bottom: 2em;
	text-align: left;
	overflow: auto;
}
#summit-main-content li {
	font-size: 16px;
	line-height: 24px;
	color: #777;
}
#fourth-column-wrapper {
	clear: both;
	width: 960px;
	margin: 0 auto;
}
#fourth-column {
	width: 170px;
	height: 85px;
	float: left;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow:  0px 0px 10px #999;
	margin: 0 40px 40px 0;
	padding: 20px;
	display: table;
	background: #222;
	text-align: left;
}
#fourth-column-last {
	width: 170px;
	height: 85px;
	float: left;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow:  0px 0px 10px #999;
	margin: 0 0 40px 0;
	padding: 20px;
	display: table;
	background: #777;
	text-align: left;
}
#fourth-column a, #fourth-column-last a {
	color: #FFF;
	border: 0;
}
#left-column {
	width: 660px;
	float: left;
}
#left-column-splash-slideshow {
	width: 696px;
	height: 225px;
	padding: 0 0 15px 0;
	float: top;
	overflow: hidden;
}
#splash-slideshow {
	width: 696px;
	height: 225px;
	z-index: 1;
	overflow: hidden;
}
#splash-slideshow-navigation-left-button {
	/* margin: 171px 0 0 24px; */
	float: left;
	z-index: 2;
	top: -54px;
	left: 24px;
	position: relative;
}
#splash-slideshow-navigation-right-button {
	/* margin: 171px 24px 0 0; */
	float: right;
	z-index: 2;
	top: -54px;
	right: 24px;
	position: relative;
}
#splash-slideshow-navigation {
	position: relative;
	top: 190px;
	text-align: center;
	width: 696px;
	height: 0;
	z-index: 100;
}
#splash-slideshow-navigation a {
	display: inline-block;
	background: url('/center/conferences/2014/summit/images/rotating-panel-navigation-off.png');
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0 2px;
}
#splash-slideshow-navigation a:hover {
	background: url('/center/conferences/2014/summit/images/rotating-panel-navigation-on.png');
	background-repeat: no-repeat;
}
#splash-slideshow-navigation a.activeSlide {
	background: url('/center/conferences/2014/summit/images/rotating-panel-navigation-on.png');
	background-repeat: no-repeat;
}
#splash-slideshow-navigation a:focus {
	outline: none;
}
.slideshow {
	display: none;
}
#left-column-breakout-box-float-left {
	background: #CCCCCC;
	background-repeat: no-repeat;
	width: 327px;
	height: 218px;
	float: left;
	margin: 0 20px 15px 0;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 1;
	overflow: hidden;
}
.breakout-box-image {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#left-column-breakout-box-float-left-testimonials {
	background: url('/center/conferences/2014/summit/images/testimonials-background.png');
	background-repeat: no-repeat;
	width: 322px;
	height: 226px;
	float: left;
	margin: 0 20px 15px 0;
	z-index: 1;
	overflow: hidden;
}
#left-column-breakout-box-float-right {
	background: url('/center/conferences/2014/summit/images/testimonials-background.png');
	background-repeat: no-repeat;
	width: 322px;
	height: 226px;
	float: right;
	margin: 0 0 15px 20px;
	z-index: 1;
	overflow: hidden;
}
#left-column-rotating-keynotes {
	z-index: 1;
	overflow: hidden;
	height: 76px;
}
#rotating-keynotes {
}
#left-column-rotating-executives {
	z-index: 1;
	overflow: hidden;
	height: 84px;
}
#rotating-executives {
}
#left-column-rotating-speakers {
	z-index: 1;
	overflow: hidden;
	height: 232px;
}
#rotating-speakers {
}
#witi-summit-promo-video {
	margin: 5px;
}
#rotating-testimonials {
	margin: 5px;
}
#video-navigation {
	float: left;
	width: 175px;
}
#video {
	padding: 0 0 0 15px;
	float: right;
	width: 480px;
}
#right-column {
	width: 220px;
	float: right;
}
#right-column-summit-navigation {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background: #CCC;
	width: 222px;
	padding: 5px;
	margin: 5px 0 10px 0;
}
#right-column-summit-navigation-post-registration {
	background-image: url('/center/conferences/2014/summit/images/right-column-summit-links-background-post-registration.png');
	background-repeat: no-repeat;
	width: 222px;
	height: 149px;
	padding: 5px;
	margin: 0 0 12px 0;
}
#right-column-navigation-links li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 0 0 5px 0;
}
.right-column-small-grey-right-button {
	padding: 0 0 0 4px;
}
.right-column-white-box {
	background-image: url('/center/conferences/2014/summit/images/right-column-white-box.png');
	background-repeat: no-repeat;
	width: 222px;
	height: 32px;
	margin: 0;
	padding: 8px 0 0 40px;
}
#right-column-rotating-sponsors{
	background-image: url('/center/conferences/2014/summit/images/rotating-sponsors-background.png');
	background-repeat: no-repeat;
	width: 232px;
	height: 332px;
	/* margin: 3px 0 13px 0; */
	margin: 0 0 13px 0;
	z-index: 1;
	overflow: hidden;
}
#rotating-sponsors {
	margin: 9px 18px 3px 18px;
	width: 197px;
	height: 242px;
}
#additional-summit-resources {
	padding: 1px 0 0 0;
	margin: 5px 18px 0 18px;
	width: 196px;
}
#additional-summit-resources a { border: 0; }
#additional-summit-resources a:hover { border-bottom: 1px dotted #993399; }
#twitter-feed {
	margin: 0 0 12px 0;
}

.featured-speakers div { overflow: hidden; }

.featured-speakers img { height: 100px; margin: 1em auto 2em auto; }
.featured-speakers a img, .featured-speakers a h4 { -webkit-transition: all 0.33s ease-in-out; -moz-transition: all 0.33s ease-in-out; -ms-transition: all 0.33s ease-in-out; -o-transition: all 0.33s ease-in-out; transition: all 0.33s ease-in-out; }
.featured-speakers a:hover img { opacity: 0.66; }
.featured-speakers a:hover h4 { color: #660066; opacity: 0.66; }


.partner-logos div { overflow: hidden; }
.partner-logos .slick-prev, .partner-logos .slick-next { margin-top: -20px; margin-bottom: 0; height: 40px; }
.partner-logos .slick-prev { left: 0px; }
.partner-logos .slick-next { right: 8px; }
.partner-logos .slick-prev:before, .partner-logos .slick-next:before { font-family: 'FuturaPTWebLight', Arial, Helvetica, sans-serif; font-size: 100px; line-height: 0; font-weight: normal; color: #777; opacity: 0.5; }
.partner-logos .slick-prev:before { content: '‹'; }
.partner-logos .slick-next:before { content: '›'; }
.partner-logos { padding: 0 20px 15px 30px; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 0.8; }
.partner-logos img { -webkit-transition: all 0.33s ease-in-out; -moz-transition: all 0.33s ease-in-out; -ms-transition: all 0.33s ease-in-out; -o-transition: all 0.33s ease-in-out; transition: all 0.33s ease-in-out; }
.partner-logos img:hover { opacity: 0.66; }
#fourth-column .call-to-action, #fourth-column-last .call-to-action {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#fourth-column, #fourth-column-last {
	-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
#fourth-column.call-to-action-wrapper:hover, #fourth-column-last.call-to-action-wrapper:hover  {
	opacity: 0.75;
}
.call-to-action h4 {
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0 0 4px #000;
	color: #FFF;
}
#fourth-column.who-attends {
	background: url('/conferences/2015/summit/images/who-attends.jpg')  center center no-repeat;
	background-size: cover;
}
#fourth-column.testimonials {
	background: url('/conferences/2015/summit/images/testimonials.jpg')  center center no-repeat;
	background-size: cover;
}
#fourth-column.hotel-travel {
	background: url('/conferences/2015/summit/images/hotel-travel.jpg')  center center no-repeat;
	background-size: cover;
}
#fourth-column-last.media-center {
	background: url('/conferences/2015/summit/images/media-center.jpg')  center center no-repeat;
	background-size: cover;
}
#footer {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	background-color: #660066 /* fallback */;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#660066), to(#440044)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #660066, #440044); /* Safari 5.1, Chrome 10+ */
	background: -moz-linear-gradient(top, #660066, #440044); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #660066, #440044); /* IE 10 */
	background: -o-linear-gradient(top, #660066, #440044); /* Opera 11.10+ */
	background-repeat: repeat-x;
	clear: both;
}
#footer .logo {
	height: 45px;
	margin: 0 0 0x -2px;
	display: inline-block;
	float: left;
}

#footer i {
	margin-right: 5px;
}
#footer p, #footer li {
	font-size: 13px;
}
#footer form {
	margin: 0;
}
#footer #newsletter-email.newsletter {
	margin-left: 1px;
	margin-right: 4px;
	width: 160px;
}
#footer-wrapper {
	width: 960px;
	margin: 0 auto;
}
#footer-global-links {
	display: inline-block;
	color: #CCC;
	clear: both;
	margin: 30px 0 20px 0;
	width: 960px;
}
#footer #fourth-column {
	background: none;
	padding: 0;
	float: left;
	margin: 0 40px 0 0;
	width: 212px;
	height: inherit;
	color: #FFF;
	box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow:  none;
}
#footer #fourth-column.newsletter {
	margin-right: 70px;
	width: 272px;
}
#footer #fourth-column.resources {
	margin-right: 50px;
	width: 160px;
}
#footer #fourth-column-last {
	background: none;
	padding: 0;
	float: left;
	margin: 0;
	width: 140px;
	height: inherit;
	margin-right: 0;
	color: #FFF;
	box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow:  none;
}
#footer #fourth-column h4, #footer #fourth-column-last h4 {
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 4px 0;
}
#footer #fourth-column ul, #footer #fourth-column-last ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFF;
}
#footer #fourth-column p, #footer #fourth-column-last p {
	color: #CCC;
	margin: 0 0 1em 0;
}
#footer #fourth-column a, #footer #fourth-column-last a {
	border: 0;
	color: #CCC;
	font-weight: normal;
}
#footer #fourth-column a:hover, #footer #fourth-column-last a:hover {
	text-decoration: underline;
}
#footer-copyright {
	display: inline-block;
	width: 960px;
	border-top: 1px dotted #999;
	color: #CCC;
	clear: both;
}
#footer-copyright p {
	margin: 1em 0 25px 0;
	display: inline-block;
	float: left;
}
#footer ul.main-links {
	margin: 1em 0 25px 0;
	float: right;
	display: inline-block;
	list-style-type: none;
}
#footer ul.main-links li {
	display: inline-block;
}
#footer ul.main-links a {
	color: #CCC;
	border: 0;
}
#footer ul.main-links a:hover {
	text-decoration: underline;
}
#footer ul.main-links li {
	border-left: 1px dotted #999;
	padding: 0 4px 0 7px;
}
#footer ul.main-links li.first {
	border-left: 0;
	padding-left: 0;
}
#footer ul.main-links li.last {
	padding-right: 0;
}


ul.schedule-at-a-glance { list-style-type: none; text-align: left; width: 90%; margin: 0 auto; }
ul.schedule-at-a-glance li { margin: 0 0 1.5em 0; }

ul.sponsor-logos { width: 90%; margin: 0 auto 3em auto; }
ul.sponsor-logos li { display: inline-block; width: 32%; }
ul.sponsor-logos li img { width: 150px; margin: 1em auto; 	-webkit-transition: all 0.33s ease-in-out; -moz-transition: all 0.33s ease-in-out; -ms-transition: all 0.33s ease-in-out; -o-transition: all 0.33s ease-in-out; transition: all 0.33s ease-in-out; }
ul.sponsor-logos li img:hover { opacity: 0.66; }

p { margin: 1em 0; }
ul.list { margin: 1.5em 2.5em; }
ul.list li { margin: 1em 0; }
ul.list li h4 { color: #333; font-weight: normal; }
ul.list.icons li { list-style-type: none; display: inline-block; width: 180px; height: 120px; text-align: center; margin-top: 0; }
ul.list.icons li i { color: #777; }
ul.list.icons li a { border: 0; }
ul.list.icons li a:hover i { color: #993399; }
ul.list.icons li h4 { font-size: 13px; line-height: 18px; margin-top: 10px; }
ul.list.icons li h4.big-link { font-size: 14px; line-height: 21px; font-weight: bold; }
ul.list.icons li h4.big-link a { border-bottom: 1px dotted #666; }
ul.list.no-margin { margin: 0 0 0 1em; }
ul.list.no-margin li { margin: 0.25em 0; }
ul.features { margin: 1.5em 2.5em; list-style-type: none; }
ul.features li { margin: 1em 0; }
ul.features li h4 { margin: 0; }
ul.features li h4 a { line-height: 24px; color: #333; padding: 0 0 2px 0; }
ul.features li h4 a:hover { color: #993399; }
ul.speakers { display: table; margin: 4em auto 0 auto; width: 90%; }
ul.speakers li { list-style-type: none; display: inline-block; width: 45%; }
ul.speakers li.left { float: left; clear: both; margin: 0 10% 0 0; }
ul.speakers li.right { float: right; margin-right: 0; }
ul.speakers li h4 { margin: 0; text-align: left; }
ul.speakers li h4 a { font-size: 15px; line-height: 24px; font-weight: bold; color: #333; padding: 0 0 2px 0; }
ul.speakers li h4 a:hover { color: #993399; }
ul.speakers li h5.small { margin: 0; text-align: left; }
ul.speakers li img { margin-right: 1.5em; margin-bottom: 4em; width: 100px; float: left; }
ul.speakers li a img:hover { filter: alpha(opacity=80); opacity: 0.8; }

ul.session-select { list-style-type: none; width: 100%; overflow: auto; }
ul.session-select li { display: inline-block; width: 33%; float: left; font-weight: bold; font-size: 13px !important; margin-bottom: 0.5em; }
ul.session-select li:last-child { margin-right: 0; }

a.anchor { display: block; position: relative; top: -100px; visibility: hidden; }

.dotted {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px dotted #000000;
	border-style: none none dotted;
	margin: 4px 0 13px 0;
}
.underline {
	border-bottom: 1px dotted #777;
	margin: 0 0 8px 0;
	display: inline-block;
}
.confblockjs {
	display: none;
	padding: 0;
	margin: 0;
}
.italic {
	font-style: italic;
}
img, a img {
	border: 0;
	display: block;
}
a {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
a:hover {
	color: #993399;
	text-decoration: none;
	border-bottom: 1px dotted #993399;
}
a.box-white {
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 10px 20px;
	display: block;
	width: 176px;
	text-align: center;
}
a.box-white:hover, a.box-white:active {
	color: #660066;
	background: #FFF;
	border: 2px solid #FFF;
}
a.box-white.reverse {
	color: #660066;
	background: #FFF;
}
a.box-white.reverse:hover {
	opacity: 0.9;
}
a.box-grey {
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #777;
	border: 2px solid #777;
	margin: 0 auto;
	padding: 10px 30px;
	display: inline-block;
	text-align: center;
}
a.box-grey:hover, a.box-grey:active {
	color: #FFF;
	background: #777;
	border: 2px solid #777;
}

a.box-purple {
	font-family: 'FuturaPTWebBold', Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #660066;
	border: 2px solid #660066;
	margin: 0 auto;
	padding: 10px 30px;
	display: inline-block;
	text-align: center;
}
a.box-purple:hover, a.box-purple:active {
	color: #FFF;
	background: #660066;
	border: 2px solid #660066;
}

a.no-bottom, a.no-bottom:hover, .no-bottom a, .no-bottom a:hover { border: 0 !important; }
.no-bottom a.session-title:hover { border-bottom: 1px dotted #660066 !important; }
#at_hover a, .atm-i a, #at_hover a:hover, .atm-i a:hover { border: 0 !important; }
#lightbox a, #lightbox a:hover { border: 0; }
a#fancybox-close { border: 0; }
.rotating-panel-link, .rotating-panel-link:hover {
	color: #FFFFCC;
}

a.session-title { font-family: 'FuturaPTWebBook', Arial, Helvetica, sans-serif; font-size: 17px; font-weight: normal; color: #777; text-transform: uppercase; margin: 1.5em 0; border-bottom: 0; }
a.session-title:hover { color: #660066; border-bottom: 1px dotted #660066; }
a.speaker-social-media-icon { color: #777; }
a.speaker-social-media-icon:hover { color: #660066; opacity: 0.66; }
#footer-global-links a { color: #FFF; border: 0; font-weight: bold; }
#footer-global-links a:hover { border-bottom: 1px dotted #FFF; }
.no-top { margin-top: 0 !important; }
.normal-top { margin-top: 1.5em !important; }
.add-top { margin-top: 3em !important; }
.no-bottom { margin-bottom: 0 !important; }
.small-bottom { margin-bottom: 5px !important; }
.half-bottom { margin-bottom: 0.5em !important; }
.add-bottom { margin-bottom: 1em !important; }
.more-bottom { margin-bottom: 2em !important; }
.extra-bottom { margin-bottom: 3em !important; }
.center { text-align: center; }
img.center { margin: 0 auto; }
.left { text-align: left; }
.full-width { width: 100% !important; }
img.left-thumbnail { float: left; margin: 0 1.5em 1.5em 0; }
img.right-thumbnail { float: right; margin: 0 0 1.5em 1.5em; }
img.small-square { width: 100px; height: 100px; }
img.medium-square { width: 125px; height: 125px; }
img.large-square { width: 150px; height: 150px; }
img.xlarge-square { width: 175px; height: 175px; }
td { vertical-align: top; }
.no-underline { border-bottom: 0; }
.strong { font-weight: bold; }
.italic { font-style: italic; }
.left { text-align: left; margin: 1em auto 1.5em auto; width: 90%; }
.left p, #summit-main-content .left p { width: 100%; text-align: left; margin: 1em auto 1.5em auto; }
.headshot { width: 100px; float: left; margin: 0 2em 2em 0; }
p.youtube { margin: 2em auto 4em auto !important; }
.normal { margin: 1em auto 1.5em auto !important; }


a.titlelink { color: #777; border-bottom: 1px dotted #777; font-weight: bold; }
a.titlelink:hover { color: #660066; border-bottom: 1px dotted #660066; opacity: 0.66; }

a.button, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.button:hover, .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
a.button:active, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
form { margin-bottom: 20px; }
fieldset { margin-bottom: 20px; }
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	max-width: 100%;
	margin-left: 4px;
	background: #fff;
}
select { padding: 0; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
 	color: #444;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
textarea { min-height: 60px; }
label, legend { display: block; font-weight: bold; font-size: 13px;  }
select { width: 220px; }
input[type="checkbox"] { display: inline; }
label span, legend span { font-weight: normal; font-size: 13px; color: #444; }

.tc_div_1764::after { display: block; content: ''; width: 300px; height: 75px; background: url('/BD-themes/witi2014/imagea/clear-spacer-2x2.png') no-repeat; position: relative; top: -80px; }
